/*$$
{"color":[{"val":"#ffffff","title":"留言区域主体颜色"},
{"val":"#333333","title":"联系我们主体颜色"},
{"val":"#edf4ff","title":"英文栏目标题简写文字颜色"},
{"val":"#d5d5d5","title":"栏目标题中间斜线"},
{"val":"#666666","title":"标题文字颜色"}],
"background":[{"val":"#007eff","title":"鼠标滑过背景颜色"},
{"val":"#ffffff","title":"输入框背景颜色"},
{"val":"#ffa304","title":"提交按钮背景颜色"}],
"border":[{"val":"#eeeeee","title":"icon边框"},
{"val":"#ffa304","title":"提交按钮边框颜色"}]}
$$*/
#tact_159{
	width: 100%;
}
#tact_159 .contact{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px auto;
	display: flex;
	padding: 20px 0;
}
#tact_159 .column{
	width: auto;
	color: #333333;
}
#tact_159 .tit-en{
	font-size: 12px;
	line-height: 70px;
	letter-spacing: 10px;
	position: relative;
}
#tact_159 .tit-en i{
	position: relative;
	z-index: 10;
}
#tact_159 .tit-en::after{
	position: absolute;
	content: attr(data);
	left: 0;
	font-size:92px;
	color: #edf4ff;
	font-family: 'Book Antiqua';
	font-style: italic;
	font-weight: bold;
}
#tact_159 .tit-zh{
	font-size: 36px;
	line-height: 65px;
}
#tact_159 .tit-zh i{
	padding-right: 30px;
	position: relative;
}
#tact_159 .tit-zh i::after{
	position: absolute;
	right:0;
	width: 30px;
	content: '/';
	color: #d5d5d5;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	top:0;
}
#tact_159 .tit-zh i:last-child::after{
	display: none;
}
#tact_159 .tactList{
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
#tact_159 .tactItem{
	flex:1;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	transition:all 1s;
}
#tact_159 .tactItem:hover{
	margin-top: -10px;
}
#tact_159 .tactItem .c2,
#tact_159 .tactItem:hover .c1{
	display: none;
}
#tact_159 .tactItem:hover .c2{
	display: block;
}
#tact_159 .tactItem .icon img{
	position: relative;
	z-index: 10;
}
#tact_159 .tactItem .icon{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border:#eeeeee solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#tact_159 .tactItem .icon::after{
	position: absolute;
	content: '';
	left: 50%;
	top:50%;
	width: 0;
	height:0;
	background: #007eff;
	transition: all .8s;
	border-radius: 50%;
}
#tact_159 .tactItem:hover .icon::after{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
#tact_159 .tactItem .tit-1{
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
}
#tact_159 .tactItem .tit-2{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	height: 60px;
}
#tact_159 .mapBox{
	width: 100%;
	background:url(./../../../static/images/IC00029_09.jpg) no-repeat center center;
	background-size: 1920px 100%;
	padding: 35px 0;
	display: flex;
}
#tact_159 .map{
	width:calc(50% + 98px);
	height: 380px !important;
}
#tact_159 .mapBox .column,
#tact_159 .mapBox  .tit-zh i::after{
	color: #ffffff;
}
#tact_159 .mapBox .tit-en{
	line-height: 40px;
}
#tact_159 .message{
	flex:1;
	padding:0 45px 0 60px;
	margin-top: -10px;
}
#tact_159 .codeTop{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#tact_159 .codeTop .cont{
	width: calc(50% - 10px);
}
#tact_159 .name{
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
}
#tact_159 .input{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background: #ffffff;
	padding: 0 10px;
	color: #333333;
}
#tact_159 .code{
	width: 100%;
}
#tact_159 .textCon{
	width: 100%;
	border-radius: 5px;
	background: #ffffff;
	height: 105px;
	padding: 0 10px;
	line-height: 30px;
}
#tact_159 .btnSub{
	width: 175px;
	height: 40px;
	border-radius: 30px;
	color: #ffffff;
	background: #ffa304;
	border:#ffa304 solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	margin-top: 25px;
}
#tact_159 .btnSub i{
	position: relative;
	z-index: 10;
}
#tact_159 .btnSub:hover i{
	color: #ffa304;
}
#tact_159 .btnSub::after{
	position: absolute;
	content: '';
	left: 50%;
	top:50%;
	width: 0;
	height: 0;
	background: #ffffff;
	transition: all .8s;
	border-radius: 30px;
}
#tact_159 .btnSub:hover::after{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
@media screen and (max-width: 1200px) {
	#tact_159{
		width: 100%;
	}
	#tact_159 .contact{
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px){
	#tact_159 .contact{
		flex-direction: column;
	}
	#tact_159 .column{
		padding: 0 15px;
		margin-bottom: 10px;
	}
	#tact_159 .tit-en{
		line-height: 50px;
	}
	#tact_159 .tit-en::after{
		font-size: 60px;
	}
	#tact_159 .tit-zh{
		font-size: 24px;
		line-height:40px;
	}
	#tact_159 .tit-zh i::after{
		line-height: 30px;
	}
	#tact_159 .tactList{
		grid-template-columns: repeat(2,1fr);
	}
	#tact_159 .tactItem .tit-2{
		line-height: 20px;
		height: 40px;
	}
	#tact_159 .mapBox{
		background: url(./../../../static/images/IC00029_09.jpg) no-repeat left center;
		background-size: auto 100%;
		flex-direction: column;
		padding:10px 20px;
	}
	#tact_159 .map{
		width: 100%;
		height: 280px !important;
	}
	#tact_159 .message{
		padding:20px 0;
	}
}